home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / programs / benchtrash / benchtrash.lha / BenchTrash / Extras / RemoveDevice < prev    next >
Text File  |  1997-04-07  |  402b  |  22 lines

  1. ;$VER: Full device remover
  2. ;Steve Clack (Liquid Software Design ) v1.0
  3. ;Call the Total Eclipse BBS on +44(0)1983 522428!
  4. ;(make sure the 's' protect bit is set on this file!)
  5.  
  6. .key Device/A
  7. .bra {
  8. .ket }
  9.  
  10. FailAt 100
  11.  
  12. ResolveDeviceName >ENV:DEV {Device}
  13. Echo >ENV:DEVO $DEV NOLINE
  14. Echo >>ENV:DEVO ":" NOLINE
  15.  
  16. Assign {Device} DISMOUNT
  17. Assign $DEVO DISMOUNT
  18.  
  19. Delete >nil: ENV:DEV
  20. Delete >nil: ENV:DEVO
  21.  
  22.